| !Run file for Solitaire
| (c) R.I.D.Macfarlane
| Public Domain
| version 4.01;  31-Dec-00  Include SolVeneer
|
IconSprites <Obey$Dir>.Sprites.!Sprites
Set SolitaireDir <Obey$Dir>
|
| Use the system variable 'SolVeneer' to dictate the preferred veneer
| Use only the names of the directories in the Veneers folder, except
| Use of 'Random' [Initial capitals] to select the veneer on a random basis
| Any other value will cause 'Default' to be selected
 Set SolVeneer Random
|
WimpSlot -min 96K -max 96K
|
RMEnsure StringLib 0 RMReInit StringLib
RMEnsure ColourTrans 0.00 if "<System$Path>" <> "" then *RMLOAD <System$Path>Modules.Colours
RMEnsure ColourTrans 0.00 Echo |M|J|J    The module ColourTrans was not found.  |M|J    This is not a fatal error, but the |M|J    application's facilities will be reduced.|M|J
Run <SolitaireDir>.!RunImage
